In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / AddTextFormField Method

AddTextFormField Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(40)>

Function AddTextFormField( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal FieldName As String, _

   ByVal Text As String, _

   ByVal MultiLines As Boolean, _

   ByVal FontResName As String, _

   ByVal FontSize As Single, _

   ByVal TextRed As Byte, _

   ByVal TextGreen As Byte, _

   ByVal TextBlue As Byte _

) As Integer
[DispId(40)]

int AddTextFormField( 

   float Left,

   float Top,

   float Width,

   float Height,

   string FieldName,

   string Text,

   bool MultiLines,

   string FontResName,

   float FontSize,

   byte TextRed,

   byte TextGreen,

   byte TextBlue

)
function AddTextFormField( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    FieldName: String;

    Text: String;

    MultiLines: Boolean;

    FontResName: String;

    FontSize: Single;

    TextRed: Byte;

    TextGreen: Byte;

    TextBlue: Byte

): Integer; 
DispIdAttribute(40)

function AddTextFormField( 

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   FieldName : String,

   Text : String,

   MultiLines : boolean,

   FontResName : String,

   FontSize : float,

   TextRed : byte,

   TextGreen : byte,

   TextBlue : byte

) : int;
[DispId(40)]

int AddTextFormField( 

   float Left,

   float Top,

   float Width,

   float Height,

   string* FieldName,

   string* Text,

   bool MultiLines,

   string* FontResName,

   float FontSize,

   byte TextRed,

   byte TextGreen,

   byte TextBlue

) 
[DispId(40)]

int AddTextFormField( 

   float Left,

   float Top,

   float Width,

   float Height,

   String^ FieldName,

   String^ Text,

   bool MultiLines,

   String^ FontResName,

   float FontSize,

   byte TextRed,

   byte TextGreen,

   byte TextBlue

) 

Parameters

Left
Top
Width
Height
FieldName
Text
MultiLines
FontResName
FontSize
TextRed
TextGreen
TextBlue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members